home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creating Your Own America Online Web Pages
/
Creating Your Own America Online Web Pages.iso
/
TOOLS
/
RTF2HTML
/
RTFTOHTM.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-08
|
214 b
|
14 lines
/* RTFRDR.H */
#ifndef _rtftohtm_h_
#define _rtftohtm_h_
#ifndef _INC_WINDOWS
#include <windows.h>
#endif
extern long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
#endif